Html Help UDF Kit
=================

Note: AutoIt forum (https://www.autoitscript.com/forum/topic/127263-htmlhelp-udf/) has only a sub-section of the 'kit'.  The file (HtmlHelp UDF.zip) only contains:
  o  Example files.zip, and
  o  HtmlHelp.au3.
In the original post, an edit was made to provide a link to early versions of the 'kit'.  That link is now void (personal webspace was 'retired').



v1.0    April 4, 2011    First release.
        Contains:
            o  "Example files.zip" - small sample files
            o  "HtmlHelp UDF.chm" - compiled HTML help file, also used by demo program
            o  "HtmlHelp.au3" - UDF, i.e. AutoIt source for HTML Help implementation
            o  "HtmlHelp_demo.au3" - demo program, demonstrates a variety of help functions
            o  "README 1st.txt" - list of files (as stated here) and notes

v1.1    April 28, 2011
            o  Note added to code and help file, re: window type as part of some calls (_HHOpenTopicByID
               and _HHOpenTopicByURL)

v1.2    March 28, 2018
            o  "_HH_DispSearch" renamed to "_HHDispSearch".  This was a typo in v1.0, and is in keeping
               with naming convention of other functions.
            o  amended Help file to reflect 'new' name
            o  amended "HtmlHelp_demo.au3" (demo) to use 'new' name
            o  "HtmlHelp.au3" amended by adding notes here and there for information and clarity.  File format edited
               somewhat.
            o  'kit' includes an "Extras" folder, containing:
                 o  "api.chm" - the official HTML Help Api documentation, and
                 o  "htmlhelp.h" - equates from the HTML Help Workshop installation
                 o  [MakeAlias] folder, which contains:
                      - MakeAlias.exe - 32-bit Windows program to re-create MAP and ALIAS files from a CHM help file
                      - MakeAlias.pas - Pascal source for same
                      - MakeAlias.txt - notes and usage
                    Once created, these files may be edited and added to a Help (CHM) project.
            o  Help file - improved navigation (top link, links between pages),
                         - enhanced section about the HTML Help demonstration program,
                         - more images added for 'eye candy',
                         - numerous improvements, 'prettying up' the help file
                         - added page re: support on different Windows versions
            o  Example files.zip - examples reworked to be operating system independant

v1.3	January 25, 2021
            o  compilation of "Html Help UDF.chm" omitted some rollover images (red boxes)
            o  "Html Help UDF.chm" now uses image rollover code v2.0 (more versatile) - red boxes no longer needed
            o  external links in help file verified as working, updated as needed
            o  minor changes to "HtmlHelp_demo.au3"
            o  minor fixups to the Index tab (some old/incorrect URLs used)
            o  small additions to the CHM help file
            o  small UDF text additions/alterations.  Line numbers for functions adjusted.
